Flips an image horiztonally
The image to flip
The image for composibility reasons
import std.experimental.color; MyTestImage!RGB8 test = new MyTestImage!RGB8(2, 2); test.flipHorizontal();
See Implementation
Flips an image horiztonally